Get Leader Setting
Type: GET
Description: /v1/copy-trade-account/copy-trade/leader-settings
Limit Flow Rules
2/s/ip
Parameters
No parameters required.
Response Example
Response
{
"ma": [{}],
"mc": "string",
"rc": 0,
"result": {
"displayEquity": true, // Display total assets or not
"displayQuantity": true, // Display buy quantity or not
"labelIds": "string", // Label ids, separated by commas
"leaderIntro": "string", // Leader introduction
"leaderSymbol": [
// Selected copy trade symbols
"btc_usdt"
],
"openLeader": true, // Open leader or not
"symbolConfig": [
// All copy trade symbols
"btc_usdt"
],
"tagsConfig": [
// Tag config, label list
{
"id": 0,
"label": "string"
}
]
}
}